User forums > General (but related to Code::Blocks)
Function SUGGESTION
killerbot:
--- Quote from: thomas on April 14, 2006, 12:42:06 am ---I've written that plugin, but someone will have to do the Makefile.am for Linux (I can't be bothered late at night :lol:).
--- End quote ---
question : the makefile.am is still not done ??
PsYhLo:
The plugin works fine for now
10x again for it
And 10x for all that work you(i mean everyone who work on this project :wink:) doing for this great IDE the BEST of the BEST
thomas:
--- Quote from: killerbot on April 14, 2006, 04:25:20 pm ---
--- Quote from: thomas on April 14, 2006, 12:42:06 am ---I've written that plugin, but someone will have to do the Makefile.am for Linux (I can't be bothered late at night :lol:).
--- End quote ---
question : the makefile.am is still not done ??
--- End quote ---
I haven't done it, since I am a complete Makefile noob. I am fine with adding a file or two to an existing, working makefile, but building one from scratch is beyond my powers ;)
I'd have to find some docs first...
Michael:
--- Quote from: thomas on April 14, 2006, 05:49:25 pm ---I'd have to find some docs first...
--- End quote ---
Some help :):
http://sources.redhat.com/autobook/index.html
http://www.phptr.com/content/images/0130091154/downloads/0130091154.zip
Best wishes,
Michael
Michael:
Hello,
I have found two "bugs" in the Autosave plugin. See here:
--- Quote ----------------- Build: Autosave plugin in Code::Blocks ---------------
mingw32-g++.exe -Wall -g -pipe -mthreads -fmessage-length=0 -fexceptions -Winvalid-pch -DHAVE_W32API_H -D__WXMSW__ -DWXUSINGDLL -DcbDEBUG -DTIXML_USE_STL -DCB_PRECOMP -DWX_PRECOMP -DwxUSE_UNICODE -DWINVER=0x0501 -DBUILDING_PLUGIN -IC:\temp\wxWidgets-2.6.3\include -IC:\temp\wxWidgets-2.6.3\lib\gcc_dll\mswu -IC:\temp\wxWidgets-2.6.3\lib\gcc_dll\mswu -IC:\temp\wxWidgets-2.6.3\contrib\include -Isdk\wxscintilla\include -Isdk\propgrid\include -Isdk -IC:\MinGW\include -Iplugins\autosave -c plugins\autosave\autosave.cpp -o .objs\2.6\plugins\autosave\autosave.o
plugins\autosave\/autosave.h:41: error: extra qualification 'Autosave::' on member 'GetConfigurationPanel'
plugins\autosave\/autosave.h:42: error: extra qualification 'Autosave::' on member 'OnTimer'
Process terminated with status 1 (5 minutes, 35 seconds)
2 errors, 1721 warnings
--- End quote ---
The problem is that GCC 4.1.0 does not appreciate extra qualification(s) in the header file(s). To solve these errors, just remove the Autosave:: from the functions GetConfigurationPanel and OnTimer.
Best wishes,
Michael
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version