Jump to content

aaron_au

Members
  • Posts

    25
  • Joined

  • Last visited

Reputation

0 Neutral

About aaron_au

Personal Information

  • Occupation
    ICT Administrator
  • Location
    Australia

Employer (optional)

  • Company Represented
    EMC
  1. Hey guys, I found this by accident and got most of it working (I think). I can go to the url on the server where I have it hosted and can get into it fine, however when I go to browse My Documents or any of the mapped drives - It says: Error: Unauthorised Access You have attempted to access a restricted resource. Any ideas?
  2. thanks mate.. appreciate your help!
  3. Both I don't want/need the Next and Previous buttons and I also dont like the look of them The website is currently on an intranet with no external access, so I am unable to forward you the link however I am using the edugeek joomla package
  4. Hey guys, Sort of new to Joomla and just had a quick (and hopefully simple) question.. On each page there is a next and previous button, is there a way I can remove it? Cheers, Aaron
  5. I shot you through an email mate.. I have deployed it at my college and works a charm. Cheers, Aaron
  6. HodgeHi; this is a common issue in all schools worldwide (I'm in Australia) and we often implement useful tools for staff to utilise which usually get removed due to lack of use
  7. G'day itguy22, I don't know if this will help but there is a very basic and primitive (at this stage) full website that requires a bit of customisation that I am involved with.. Open-School | Get Open-School at SourceForge.net I am currently developing a customised 'template' for this web application, if you have a knowledge of php/mysql then you should give this a look in. Let me know how you go, as I said.. this could be a bit extreme for a primary school
  8. I dont mind moving to another OS.. pretty much prepared to move to anything to be able to edit and compile this. Look forward to your help, Cheers, Aaron.
  9. I take it you cannot help me with this? I would of loved to of been able to edit and build this amazing program!
  10. G´day, In answering your question, I wanted to be able to customise a few things with iTalc for use in my work place (change systray icon and hover over text) which I know how to do using Qt Creator. I have managed to make it a bit further with the building in Ubuntu, here is the dump below: First step: make -f Makefile.svn Step 2: /configure Step 3 (the fun part): make ------------------------------- root@ubuntu904desktop:/home/user/italc-svn# make make all-recursive make[1]: Entering directory `/home/user/italc-svn' Making all in lib make[2]: Entering directory `/home/user/italc-svn/lib' g++ -DHAVE_CONFIG_H -I. -I.. -I./include -I.. -I/usr/include/qt4 -I/usr/include/qt4/Qt -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_XML_LIB -DQT_THREAD_SUPPORT -O2 -DBUILD_ICA -DBUILD_LIBRARY -g -O2 -g -O2 -Wall -fPIC -fno-strict-aliasing -MT dsa_key.o -MD -MP -MF .deps/dsa_key.Tpo -c -o dsa_key.o `test -f './src/dsa_key.cpp' || echo './'`./src/dsa_key.cpp mv -f .deps/dsa_key.Tpo .deps/dsa_key.Po g++ -DHAVE_CONFIG_H -I. -I.. -I./include -I.. -I/usr/include/qt4 -I/usr/include/qt4/Qt -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_XML_LIB -DQT_THREAD_SUPPORT -O2 -DBUILD_ICA -DBUILD_LIBRARY -g -O2 -g -O2 -Wall -fPIC -fno-strict-aliasing -MT isd_base.o -MD -MP -MF .deps/isd_base.Tpo -c -o isd_base.o `test -f './src/isd_base.cpp' || echo './'`./src/isd_base.cpp mv -f .deps/isd_base.Tpo .deps/isd_base.Po g++ -DHAVE_CONFIG_H -I. -I.. -I./include -I.. -I/usr/include/qt4 -I/usr/include/qt4/Qt -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_XML_LIB -DQT_THREAD_SUPPORT -O2 -DBUILD_ICA -DBUILD_LIBRARY -g -O2 -g -O2 -Wall -fPIC -fno-strict-aliasing -MT isd_connection.o -MD -MP -MF .deps/isd_connection.Tpo -c -o isd_connection.o `test -f './src/isd_connection.cpp' || echo './'`./src/isd_connection.cpp mv -f .deps/isd_connection.Tpo .deps/isd_connection.Po g++ -DHAVE_CONFIG_H -I. -I.. -I./include -I.. -I/usr/include/qt4 -I/usr/include/qt4/Qt -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_XML_LIB -DQT_THREAD_SUPPORT -O2 -DBUILD_ICA -DBUILD_LIBRARY -g -O2 -g -O2 -Wall -fPIC -fno-strict-aliasing -MT ivs_connection.o -MD -MP -MF .deps/ivs_connection.Tpo -c -o ivs_connection.o `test -f './src/ivs_connection.cpp' || echo './'`./src/ivs_connection.cpp mv -f .deps/ivs_connection.Tpo .deps/ivs_connection.Po g++ -DHAVE_CONFIG_H -I. -I.. -I./include -I.. -I/usr/include/qt4 -I/usr/include/qt4/Qt -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_XML_LIB -DQT_THREAD_SUPPORT -O2 -DBUILD_ICA -DBUILD_LIBRARY -g -O2 -g -O2 -Wall -fPIC -fno-strict-aliasing -MT local_system.o -MD -MP -MF .deps/local_system.Tpo -c -o local_system.o `test -f './src/local_system.cpp' || echo './'`./src/local_system.cpp mv -f .deps/local_system.Tpo .deps/local_system.Po g++ -DHAVE_CONFIG_H -I. -I.. -I./include -I.. -I/usr/include/qt4 -I/usr/include/qt4/Qt -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_XML_LIB -DQT_THREAD_SUPPORT -O2 -DBUILD_ICA -DBUILD_LIBRARY -g -O2 -g -O2 -Wall -fPIC -fno-strict-aliasing -MT lock_widget.o -MD -MP -MF .deps/lock_widget.Tpo -c -o lock_widget.o `test -f './src/lock_widget.cpp' || echo './'`./src/lock_widget.cpp mv -f .deps/lock_widget.Tpo .deps/lock_widget.Po g++ -DHAVE_CONFIG_H -I. -I.. -I./include -I.. -I/usr/include/qt4 -I/usr/include/qt4/Qt -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_XML_LIB -DQT_THREAD_SUPPORT -O2 -DBUILD_ICA -DBUILD_LIBRARY -g -O2 -g -O2 -Wall -fPIC -fno-strict-aliasing -MT messagebox.o -MD -MP -MF .deps/messagebox.Tpo -c -o messagebox.o `test -f './src/messagebox.cpp' || echo './'`./src/messagebox.cpp mv -f .deps/messagebox.Tpo .deps/messagebox.Po g++ -DHAVE_CONFIG_H -I. -I.. -I./include -I.. -I/usr/include/qt4 -I/usr/include/qt4/Qt -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_XML_LIB -DQT_THREAD_SUPPORT -O2 -DBUILD_ICA -DBUILD_LIBRARY -g -O2 -g -O2 -Wall -fPIC -fno-strict-aliasing -MT system_key_trapper.o -MD -MP -MF .deps/system_key_trapper.Tpo -c -o system_key_trapper.o `test -f './src/system_key_trapper.cpp' || echo './'`./src/system_key_trapper.cpp mv -f .deps/system_key_trapper.Tpo .deps/system_key_trapper.Po g++ -DHAVE_CONFIG_H -I. -I.. -I./include -I.. -I/usr/include/qt4 -I/usr/include/qt4/Qt -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_XML_LIB -DQT_THREAD_SUPPORT -O2 -DBUILD_ICA -DBUILD_LIBRARY -g -O2 -g -O2 -Wall -fPIC -fno-strict-aliasing -MT vncview.o -MD -MP -MF .deps/vncview.Tpo -c -o vncview.o `test -f './src/vncview.cpp' || echo './'`./src/vncview.cpp mv -f .deps/vncview.Tpo .deps/vncview.Po rm -f libitalc_core-static.a ar cru libitalc_core-static.a dsa_key.o fast_qimage.o inject.o isd_base.o isd_connection.o ivs_connection.o local_system.o lock_widget.o messagebox.o minilzo.o progress_widget.o system_key_trapper.o vncview.o italc_core_qrc.o ranlib libitalc_core-static.a g++ *.o -shared -Wl,-no-undefined -Wl,-enable-runtime-pseudo-reloc -Wl,-soname,libitalc_core.so -o libitalc_core.so -L/usr/lib -L/usr/lib/qt4 -lQtCore -lQtXml -lQtNetwork -lQtGui -lssl -lcrypto -lz -ljpeg /usr/bin/ld: warning: cannot find entry symbol nable-runtime-pseudo-reloc; defaulting to 000000000000fe00 local_system.o: In function `initResources()': /home/user/italc-svn/lib/./src/local_system.cpp:236: undefined reference to `qInitResources_italc_core()' collect2: ld returned 1 exit status make[2]: *** [libitalc_core.so] Error 1 make[2]: Leaving directory `/home/user/italc-svn/lib' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/user/italc-svn' make: *** [all] Error 2 ------------------------------------------ I have not edited anycode at all.. I grabbed a fresh copy from the SVN address and installed all compile tools. I am now running Ubuntu 9.04 and by the looks have made it further than previously. Your help would be really appreciated.. Cheers, Aaron.
  11. I followed what you mentioned below, it looks like I have had a little bit more sucess but still unable to build the project after running a ./configure -with-win32.. I can do a dump from the terminal if need be.
  12. Got anxious and gave it ago.. I now get this error when doing: sudo apt-get install mingw-x-binutils mingw-x-gcc mingw-x-libjpeg mingw-x-openssl mingw-x-qt mingw-x-runtime mingw-x-w32api mingw-x-zlib -------------- root@desktop:/home/user# sudo apt-get install mingw-x-binutils mingw-x-gcc mingw-x-libjpeg mingw-x-openssl mingw-x-qt mingw-x-runtime mingw-x-w32api mingw-x-zlib Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: mingw-x-gcc: Depends: libc6 (>= 2.8) but 2.8~20080505-0ubuntu9 is to be installed E: Broken packages ------------------------------ I wouldn't imagine I had done anything wrong, do you know why this would be happening?
  13. Thanks for your help, I will add those lines first thing in the morning and then go through the instructions as set out in the Cross-compiling iTalc Wiki. Once again, I appreciate your assistance and I will let you know the outcome if you wish. Cheers, Aaron.
  14. I can follow instructions I am running what is reccomended on that Wiki page.. Ubuntu Intrepid.
×
×
  • Create New...